micro_utils.dokka
0.12.13
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[jvm]EitherFirst
Either
First
jvm
data
class
EitherFirst
<
T1
,
T2
>
(
val
t1
:
T1
)
:
Either
<
T1
,
T2
>
Content copied to clipboard
This type
Either
will always have not nullable
optionalT1
Constructors
Properties
Constructors
Either
First
Link copied to clipboard
jvm
fun
<
T1
>
EitherFirst
(
t1
:
T1
)
Content copied to clipboard
Properties
optional
T1
Link copied to clipboard
jvm
open
override
val
optionalT1
:
Optional
<
T1
>
Content copied to clipboard
optional
T2
Link copied to clipboard
jvm
open
override
val
optionalT2
:
Optional
<
T2
>
Content copied to clipboard
t1
Link copied to clipboard
jvm
val
t1
:
T1
Content copied to clipboard
t1Or
Null
Link copied to clipboard
jvm
open
val
t1OrNull
:
T1
?
Content copied to clipboard
t2Or
Null
Link copied to clipboard
jvm
open
val
t2OrNull
:
T2
?
Content copied to clipboard